home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / CPP / WFC010.ZIP / SAMPLE / SERVICE / SERVICE.MAK < prev   
Text File  |  1995-07-19  |  7KB  |  213 lines

  1. # Microsoft Visual C++ Generated NMAKE File, Format Version 2.00
  2. # ** DO NOT EDIT **
  3.  
  4. # TARGTYPE "Win32 (x86) Console Application" 0x0103
  5.  
  6. !IF "$(CFG)" == ""
  7. CFG=Win32 Debug
  8. !MESSAGE No configuration specified.  Defaulting to Win32 Debug.
  9. !ENDIF 
  10.  
  11. !IF "$(CFG)" != "Win32 Release" && "$(CFG)" != "Win32 Debug"
  12. !MESSAGE Invalid configuration "$(CFG)" specified.
  13. !MESSAGE You can specify a configuration when running NMAKE on this makefile
  14. !MESSAGE by defining the macro CFG on the command line.  For example:
  15. !MESSAGE 
  16. !MESSAGE NMAKE /f "Service.mak" CFG="Win32 Debug"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "Win32 Release" (based on "Win32 (x86) Console Application")
  21. !MESSAGE "Win32 Debug" (based on "Win32 (x86) Console Application")
  22. !MESSAGE 
  23. !ERROR An invalid configuration is specified.
  24. !ENDIF 
  25.  
  26. ################################################################################
  27. # Begin Project
  28. # PROP Target_Last_Scanned "Win32 Release"
  29. CPP=cl.exe
  30. RSC=rc.exe
  31.  
  32. !IF  "$(CFG)" == "Win32 Release"
  33.  
  34. # PROP BASE Use_MFC 0
  35. # PROP BASE Use_Debug_Libraries 0
  36. # PROP BASE Output_Dir "WinRel"
  37. # PROP BASE Intermediate_Dir "WinRel"
  38. # PROP Use_MFC 0
  39. # PROP Use_Debug_Libraries 0
  40. # PROP Output_Dir "WinRel"
  41. # PROP Intermediate_Dir "WinRel"
  42. OUTDIR=.\WinRel
  43. INTDIR=.\WinRel
  44.  
  45. ALL : .\WinRel\Service.exe .\WinRel\Service.bsc
  46.  
  47. $(OUTDIR) : 
  48.     if not exist $(OUTDIR)/nul mkdir $(OUTDIR)
  49.  
  50. # ADD BASE CPP /nologo /ML /W3 /GX /YX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /FR /c
  51. # ADD CPP /nologo /G4 /ML /W4 /GX /YX /O2 /I "\wfc\include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /FR /c
  52. CPP_PROJ=/nologo /G4 /ML /W4 /GX /YX /O2 /I "\wfc\include" /D "WIN32" /D\
  53.  "NDEBUG" /D "_CONSOLE" /FR$(INTDIR)/ /Fp$(OUTDIR)/"Service.pch" /Fo$(INTDIR)/\
  54.  /c 
  55. CPP_OBJS=.\WinRel/
  56. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  57. # ADD RSC /l 0x409 /d "NDEBUG"
  58. BSC32=bscmake.exe
  59. # ADD BASE BSC32 /nologo
  60. # ADD BSC32 /nologo
  61. BSC32_FLAGS=/nologo /o$(OUTDIR)/"Service.bsc" 
  62. BSC32_SBRS= \
  63.     .\WinRel\Service.sbr
  64.  
  65. .\WinRel\Service.bsc : $(OUTDIR)  $(BSC32_SBRS)
  66.     $(BSC32) @<<
  67.   $(BSC32_FLAGS) $(BSC32_SBRS)
  68. <<
  69.  
  70. LINK32=link.exe
  71. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /NOLOGO /SUBSYSTEM:console /MACHINE:I386
  72. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /NOLOGO /SUBSYSTEM:console /MACHINE:I386 /FORCE:MULTIPLE
  73. # SUBTRACT LINK32 /PDB:none
  74. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  75.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  76.  odbccp32.lib /NOLOGO /SUBSYSTEM:console /INCREMENTAL:no\
  77.  /PDB:$(OUTDIR)/"Service.pdb" /MACHINE:I386 /OUT:$(OUTDIR)/"Service.exe"\
  78.  /FORCE:MULTIPLE  
  79. DEF_FILE=
  80. LINK32_OBJS= \
  81.     .\WinRel\Service.obj \
  82.     \WFC\LIB\WinRel\WFC.lib
  83.  
  84. .\WinRel\Service.exe : $(OUTDIR)  $(DEF_FILE) $(LINK32_OBJS)
  85.     $(LINK32) @<<
  86.   $(LINK32_FLAGS) $(LINK32_OBJS)
  87. <<
  88.  
  89. !ELSEIF  "$(CFG)" == "Win32 Debug"
  90.  
  91. # PROP BASE Use_MFC 0
  92. # PROP BASE Use_Debug_Libraries 1
  93. # PROP BASE Output_Dir "WinDebug"
  94. # PROP BASE Intermediate_Dir "WinDebug"
  95. # PROP Use_MFC 0
  96. # PROP Use_Debug_Libraries 1
  97. # PROP Output_Dir "WinDebug"
  98. # PROP Intermediate_Dir "WinDebug"
  99. OUTDIR=.\WinDebug
  100. INTDIR=.\WinDebug
  101.  
  102. ALL : .\WinDebug\Service.exe .\WinDebug\Service.bsc
  103.  
  104. $(OUTDIR) : 
  105.     if not exist $(OUTDIR)/nul mkdir $(OUTDIR)
  106.  
  107. # ADD BASE CPP /nologo /ML /W3 /GX /Zi /YX /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /FR /c
  108. # ADD CPP /nologo /ML /W4 /GX /Zi /YX /Od /I "\wfc\include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /FR /c
  109. CPP_PROJ=/nologo /ML /W4 /GX /Zi /YX /Od /I "\wfc\include" /D "WIN32" /D\
  110.  "_DEBUG" /D "_CONSOLE" /FR$(INTDIR)/ /Fp$(OUTDIR)/"Service.pch" /Fo$(INTDIR)/\
  111.  /Fd$(OUTDIR)/"Service.pdb" /c 
  112. CPP_OBJS=.\WinDebug/
  113. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  114. # ADD RSC /l 0x409 /d "_DEBUG"
  115. BSC32=bscmake.exe
  116. # ADD BASE BSC32 /nologo
  117. # ADD BSC32 /nologo
  118. BSC32_FLAGS=/nologo /o$(OUTDIR)/"Service.bsc" 
  119. BSC32_SBRS= \
  120.     .\WinDebug\Service.sbr
  121.  
  122. .\WinDebug\Service.bsc : $(OUTDIR)  $(BSC32_SBRS)
  123.     $(BSC32) @<<
  124.   $(BSC32_FLAGS) $(BSC32_SBRS)
  125. <<
  126.  
  127. LINK32=link.exe
  128. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /NOLOGO /SUBSYSTEM:console /DEBUG /MACHINE:I386
  129. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /NOLOGO /SUBSYSTEM:console /DEBUG /MACHINE:I386 /FORCE:MULTIPLE
  130. # SUBTRACT LINK32 /PDB:none
  131. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  132.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  133.  odbccp32.lib /NOLOGO /SUBSYSTEM:console /INCREMENTAL:yes\
  134.  /PDB:$(OUTDIR)/"Service.pdb" /DEBUG /MACHINE:I386 /OUT:$(OUTDIR)/"Service.exe"\
  135.  /FORCE:MULTIPLE  
  136. DEF_FILE=
  137. LINK32_OBJS= \
  138.     .\WinDebug\Service.obj \
  139.     \WFC\LIB\WinRel\WFC.lib
  140.  
  141. .\WinDebug\Service.exe : $(OUTDIR)  $(DEF_FILE) $(LINK32_OBJS)
  142.     $(LINK32) @<<
  143.   $(LINK32_FLAGS) $(LINK32_OBJS)
  144. <<
  145.  
  146. !ENDIF 
  147.  
  148. .c{$(CPP_OBJS)}.obj:
  149.    $(CPP) $(CPP_PROJ) $<  
  150.  
  151. .cpp{$(CPP_OBJS)}.obj:
  152.    $(CPP) $(CPP_PROJ) $<  
  153.  
  154. .cxx{$(CPP_OBJS)}.obj:
  155.    $(CPP) $(CPP_PROJ) $<  
  156.  
  157. ################################################################################
  158. # Begin Group "Source Files"
  159.  
  160. ################################################################################
  161. # Begin Source File
  162.  
  163. SOURCE=.\Service.cpp
  164. DEP_SERVI=\
  165.     \wfc\include\wfc.h\
  166.     \wfc\include\Structs.hpp\
  167.     \wfc\include\CRegisty.hpp\
  168.     \wfc\include\CEvntLog.hpp\
  169.     \wfc\include\CRAS.hpp\
  170.     \wfc\include\DumyFile.hpp\
  171.     \wfc\include\Serial.hpp\
  172.     \wfc\include\sockets.hpp\
  173.     \wfc\include\lsockets.hpp\
  174.     \wfc\include\tsockets.hpp\
  175.     \wfc\include\SockFile.hpp\
  176.     \wfc\include\cnmpipe.hpp\
  177.     \wfc\include\lzfile.hpp\
  178.     \wfc\include\CNetwork.hpp\
  179.     \wfc\include\CServer.hpp\
  180.     \wfc\include\CNetRsrc.hpp\
  181.     \wfc\include\CNetSess.hpp\
  182.     \wfc\include\CNetWkst.hpp\
  183.     \wfc\include\CUNC.hpp\
  184.     \wfc\include\CURL.hpp\
  185.     \wfc\include\Ovrlpd.hpp\
  186.     \wfc\include\dcb.hpp\
  187.     \wfc\include\CService.hpp\
  188.     \wfc\include\CSvcMgr.hpp\
  189.     \wfc\include\CWait.hpp\
  190.     \wfc\include\CBubble.hpp\
  191.     \wfc\include\DrawObj.hpp\
  192.     \wfc\include\DrawGrid.hpp
  193.  
  194. !IF  "$(CFG)" == "Win32 Release"
  195.  
  196. .\WinRel\Service.obj :  $(SOURCE)  $(DEP_SERVI) $(INTDIR)
  197.  
  198. !ELSEIF  "$(CFG)" == "Win32 Debug"
  199.  
  200. .\WinDebug\Service.obj :  $(SOURCE)  $(DEP_SERVI) $(INTDIR)
  201.  
  202. !ENDIF 
  203.  
  204. # End Source File
  205. ################################################################################
  206. # Begin Source File
  207.  
  208. SOURCE=\WFC\LIB\WinRel\WFC.lib
  209. # End Source File
  210. # End Group
  211. # End Project
  212. ################################################################################
  213.